home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10130 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  840 b 

  1. Path: inforamp.net!ts26-11
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Error message in Borland Turbo C++
  5. Date: Wed, 06 Mar 96 06:48:42 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4hjcg1$elu@sam.inforamp.net>
  8. References: <4hffp1$irs@muss.CIS.McMaster.CA>
  9. NNTP-Posting-Host: ts26-11.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4hffp1$irs@muss.CIS.McMaster.CA>,
  13.    u9214652@muss.cis.McMaster.CA (S.R. Vaz) wrote:
  14. >Undefined symbol OwlMain(int, char far*far*) in library file 
  15. >J:\BC4\LIB\owlwi.lib in module winmain
  16.  
  17. As regular C/C++ start in the function main(...)
  18. As windows starts in the function winmain(...)
  19. Object Windows starts in the function OwlMain(...).
  20.  
  21. If you include some source code, then I'll know better you to tell you to 
  22. proceed.
  23.  
  24. Agrivar
  25.